FlexReport for WPF
ReportObjectList<TItem> クラス
メンバ 


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 : ReportObjectList<TItem> クラス
コレクション内の要素の型。
ReportObject オブジェクトのリストを表します。 ReportObjectCollection<TItem> と比較して、このクラスはメンバーを含む System.Collections.Generic.List`1 メンバーを追加します。
オブジェクト モデル
ReportObjectList<TItem> クラス
シンタックス
'宣言
 
Public MustInherit Class ReportObjectList(Of TItem As ReportObject) 
   Inherits ReportObjectCollection(Of TItem)
'使用法
 
Dim instance As ReportObjectList(Of TItem)
public abstract class ReportObjectList<TItem> : ReportObjectCollection<TItem> 
where TItem: ReportObject
型パラメータ
TItem
コレクション内の要素の型。
継承階層

System.Object
   C1.WPF.Report.ReportObjectCollection<TItem>
      C1.WPF.Report.ReportObjectList<TItem>
         C1.WPF.Report.GroupCollection
         C1.WPF.Report.ParagraphItemCollection
         C1.WPF.Report.ReportObjectNamedList<TItem>
         C1.WPF.Report.SectionCollection
         C1.WPF.Report.SubSectionCollection

参照

ReportObjectList<TItem> メンバ
C1.WPF.Report 名前空間